Welcome![Sign In][Sign Up]
Location:
Search - continuation method

Search list

[Game Program用VC语言实现的汉罗塔

Description: 在程序启动时,用默认值生成塔类和碟子类的实例,并调用GDI对象绘图。当选择自动方式后,派生一个新线程递归挪动碟子并在每次挪动碟子后刷新图形。在挪动线程中,监测临界区对象作为暂停或继续的判别标志;当选择手动方式时,在碟子的移动过程中进行大碟子和小碟子的判断,如果合乎要求,允许移动,如果不合乎要求,跳出提示对话框。-commencement of the proceedings, with the default value generated tower and plate type examples and called GDI Object Mapping. When choosing the automatic mode, a new thread derived recursive moving plate and the plate after each shift updated graphics. In moving threads, monitoring critical targets as the continuation of the suspension or discriminant signs; When choosing a manual method, the plate in the process of moving large plate and saucer judgment, if meet the requirements and allow mobile, if we do not meet the requirements and suggest dialog out.
Platform: | Size: 89255 | Author: 雷冰 | Hits:

[Game Program用VC语言实现的汉罗塔

Description: 在程序启动时,用默认值生成塔类和碟子类的实例,并调用GDI对象绘图。当选择自动方式后,派生一个新线程递归挪动碟子并在每次挪动碟子后刷新图形。在挪动线程中,监测临界区对象作为暂停或继续的判别标志;当选择手动方式时,在碟子的移动过程中进行大碟子和小碟子的判断,如果合乎要求,允许移动,如果不合乎要求,跳出提示对话框。-commencement of the proceedings, with the default value generated tower and plate type examples and called GDI Object Mapping. When choosing the automatic mode, a new thread derived recursive moving plate and the plate after each shift updated graphics. In moving threads, monitoring critical targets as the continuation of the suspension or discriminant signs; When choosing a manual method, the plate in the process of moving large plate and saucer judgment, if meet the requirements and allow mobile, if we do not meet the requirements and suggest dialog out.
Platform: | Size: 89088 | Author: 雷冰 | Hits:

[AlgorithmDERPAR

Description: 常微分方程求解的搜索延拓法,克服了Newton-Raphson法对初值问题影响过大的问题-Solving Ordinary Differential Equations search continuation method to overcome the Newton-Raphson method for initial value problem of the impact of the problem is too large
Platform: | Size: 4096 | Author: Gao Xuejun | Hits:

[AlgorithmThe_Continuation_Method

Description: 求N个变量,N-1个非线性方程的延续法,文件中附有一个算例,给定一个值,就会以此值算出一个解曲线-For N variables, N-1 nonlinear equations months of the continuation of law, file with a numerical example, given a value, will be calculated as the value of a solution curve
Platform: | Size: 43008 | Author: Gao Xuejun | Hits:

[matlabShoot.tar

Description: 一个基于打靶法的最优控制求解软件 求解过程中采用参数延续算法 -A shooting method based on optimal control software to solve the process of solving the parameters used in the continuation algorithm
Platform: | Size: 9270272 | Author: wenhao | Hits:

[Windows Developcpf

Description: 连续潮流法程序,考虑了发电机有功和无功的限制。-Continuation method procedures, consider the generator active and reactive power constraints.
Platform: | Size: 492544 | Author: 曹瑞 | Hits:

[AlgorithmPseudo

Description: This a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods -This is a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods
Platform: | Size: 4096 | Author: michael yang | Hits:

[matlabemd_local

Description: 用镜像延拓法处理端点效应,通过信号极值点的信息来获得信号端点之外的极值点信息。-Continuation method using image processing endpoint effect, through the extreme points of the information signal to obtain signal the endpoint of the extremal points outside information.
Platform: | Size: 3072 | Author: 侯丽霞 | Hits:

[Othernonlinershuzhifenxi

Description: 本书介绍非线性数值分析的理论和方法,如Newton型方法,同伦延拓法,带参数的非线性问题的解法,不适定问题的数值解法。-This book describes the theory and numerical analysis of nonlinear methods, such as Newton-type method, homotopy continuation method, with the parameters of the solution of nonlinear problems, numerical solution of ill-posed problems.
Platform: | Size: 2848768 | Author: zz | Hits:

[Bio-Recognizenonlinear_equations_solve

Description: 包括各种非线性方程的MATLAB求解算法,如拟牛顿法,数值延拓法,高斯牛顿法-Include a variety of nonlinear equations MATLAB algorithm, such as the quasi-Newton method, numerical continuation method, Gauss-Newton method
Platform: | Size: 11264 | Author: 付和平 | Hits:

[Algorithmhomotopycontinue

Description: 同伦连续算法,很好得用来求解非线性方程组-Homotopy continuation method, may very well be used to solve nonlinear equations
Platform: | Size: 4096 | Author: liuming | Hits:

[matlabexact_alm_rpca

Description: RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)-The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.
Platform: | Size: 380928 | Author: Bingmiao Huang | Hits:

[AlgorithmAutomatic_Continuation_with_Deferred_Corrections.z

Description: Fortran77编写而成。基于连续的原理解决stiff两点边值常微分问题,是由Cash改编自TWPBVP程序。 内有说明,算例和参考信息,并且附有stiff问题的一些结果。-Automatic Continuation with Deferred Corrections The package ACDC (which is written in FORTRAN 77) is designed to solve stiff two-point boundary value problems for ordinary di erential equations by using continuation. We note that ACDC is a modiffcation of the package TWPBVP of Cash and M. H. Wright and that many of the original subroutines used in TWPBVP remain unchanged in the new code. ACDC has been adapted to allow an automatic continuation strategy to be used. Furthermore, the new code incorporates implicit Runge-Kutta formulae, based on Lobatto points,rather than the mono-implicit formulae used in the original code. This code is a companion to the continuation code COLMOD, which implements our continuation strategy together with a high-order collocation method.
Platform: | Size: 270336 | Author: 刘项 | Hits:

[matlabRecPF_v2.2

Description: 基于局部傅里叶变换数据的重构算法的研究,是一种比有效快速的重构算法-New features: Switched to complex computation, fully compatible with complex data Replaced penalty parameter continuation by R. Glowinski and P.L. Tallec s alternating direction method (ADM or ADMM) New parameter/data normalization was added to make parameters rather independent of the image size, pixel intensity range, and number of CS measurements. To find the parameters aTV and aL1 for version 2.0 corresponding to those used in versions 1.1 or 1.0, see Lines 60, 66, and 67 of RecPF.m.
Platform: | Size: 1802240 | Author: liuyaxin | Hits:

[Mathimatics-Numerical algorithmsunlinear-equation

Description: 本书论述了解非线性方程组的基本理论和方法,着重介绍:New-ton法、单纯形算法、同伦延拓法、区间迭代法,以及计算机数学库中常用的新算法,还介绍了方法的收敛性定理和方程解的存在唯一性,并且给出了有实际应用价值的、效果好的算法步骤和数值例题本书可供高等学校数学系师生,有关研究人员和工程技术人员参考。 -This book discusses the nonlinear equations about the basic theory and methods, focuses on: New-ton method, simplex algorithm, homotopy continuation method, interval iteration method, and computer math libraries commonly used in the new algorithm, also described the method of convergence theorem and the equation of the existence, uniqueness, and gives practical value to the good effects algorithms and numerical examples the steps of Mathematics teachers and students of the book for colleges and universities, the researchers and engineers officers.
Platform: | Size: 2801664 | Author: | Hits:

[matlabcpf_chaoliu

Description: 比较好的连续潮流算法,结构比较清楚,收敛性能好-Good continuation method
Platform: | Size: 13312 | Author: 土豆炒盐煎 | Hits:

[Algorithmnonlinear

Description: 此程序使用延拓法和牛顿法求解非线性方程组-This program uses the continuation method and Newton method for solving nonlinear equations
Platform: | Size: 2048 | Author: 向桥 | Hits:

[Graph programFPC_AS_v1.2

Description: 压缩感知重构算法--固定点延拓法,用于大规格图像重构处理-Compressed sensing reconstruction algorithm- a fixed point continuation method for large size image reconstruction process
Platform: | Size: 296960 | Author: lishaoyi | Hits:

[Software EngineeringContinuation-method-of-interferogram

Description: 基于样本块匹配的干涉图延拓方法。一种全新的干涉图像延拓的方法。-Continuation method of interferogram based on exemplar matching
Platform: | Size: 703488 | Author: linda | Hits:

[Algorithmcontinuation_method

Description: 用连续性方法求解“Y +LAMBDA*EXP(Y) 0,Y(0) 0, Y (1) 0”,其中LAMBDA是参数。该方法适用于求解离散方程组。-A continuation method is used to solve equation “Y + LAMBDA*EXP(Y) 0,Y(0) 0, Y (1) 0”, where LAMBDA is a variable. The method can also be used to solve discrete equations.
Platform: | Size: 41984 | Author: 程理 | Hits:
« 12 »

CodeBus www.codebus.net